DataCollection | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / C1SpanDataCollection<T> Class / TotalCount Property

In This Topic
    TotalCount Property (C1SpanDataCollection<T>)
    In This Topic
    Gets the total count of items in the underlying collection.
    Syntax
    'Declaration
     
    Public Overrides ReadOnly Property TotalCount As Integer
    public override int TotalCount {get;}
    See Also